| Name | Description | |
|---|---|---|
![]() | getCode | Gets the glyph code as it appears in the PDF file. |
![]() | getCodeByteCount | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | getGlyphCorners | Gets the coordinates of the glyph corners. The order of the corners in the array is the following: lower left, lower right, upper right, upper left. These corners match the text baseline for the lower corners. The method considers the font's Descent for the lower corners. |
![]() | getHeight | Gets the glyph height. The height is computed based on the method. |
![]() | getText | Gets the text corresponding to the glyph. |
![]() | getTypographicGlyphCorners | Gets the typographic coordinates of the glyph corners. The order of the typographic corners in the array is the following: lower left, lower right, upper right, upper left. The typographic corners consider the font's Descent for the lower corners. The method considers the text baseline for the lower corners. |
![]() | getTypographicHeight | Gets the glyph typographic height. The height is computed based on the method. |
![]() | getWidth | Gets the glyph width. The height is computed based on the method. |
![]() | setCode | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | setCodeByteCount | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | setGlyphCorners | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | setText | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | setTypographicGlyphCorners | This method supports the internal library infrastructure and should not be used by external client code. |
![]() | toString | Returns a string that represents the current Object. |
